home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / widget / r3drmbto.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  692 b   |  39 lines

  1.  
  2. // JavaScript wrapper for r3drmbto.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MACROBUTTONDROPTOOL_H = 1;
  7. include("real/widget/r3drwito.js")
  8.  
  9.  
  10. var R3CLID_MACROBUTTONDROPTOOL = 880;
  11.  
  12.  
  13.  
  14.  
  15.  
  16. R3MBDTM_SELECTMACRO = 880000;
  17.  
  18. function mR3MBDTM_SELECTMACRO() {
  19.   DoA(this.r3obj, 880000, 0, R3TID_INTEGER, 0);
  20. }
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. function r3Macrobuttondroptool () { 
  28.    this.base = r3God;
  29.    if(arguments.length) {
  30.       this.base(R3CLID_MACROBUTTONDROPTOOL, arguments);
  31.    }
  32.    // Methods
  33.    this.SELECTMACRO=mR3MBDTM_SELECTMACRO;
  34.  
  35.    // Attributes
  36. }
  37.  
  38. r3Macrobuttondroptool.prototype=new r3Widgetdroptool;
  39. // r3drmbto.h_H